home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TCOLOURGROUPEDITOR / TCOLOURGROUPEDITOR.txt
Text File  |  2004-10-12  |  4KB  |  246 lines

  1. object ColourGroupEditor: TColourGroupEditor
  2.   Left = 239
  3.   Top = 144
  4.   HelpContext = 14054
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Colour Group'
  8.   ClientHeight = 363
  9.   ClientWidth = 435
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 16
  25.     Width = 31
  26.     Height = 13
  27.     Caption = '&Name:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 64
  32.     Width = 51
  33.     Height = 13
  34.     Caption = '&Unique ID:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 240
  39.     Width = 56
  40.     Height = 13
  41.     Caption = '&Text colour:'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 8
  45.     Top = 200
  46.     Width = 93
  47.     Height = 13
  48.     Caption = '&Background colour:'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 8
  52.     Top = 104
  53.     Width = 52
  54.     Height = 13
  55.     Caption = '&Font script:'
  56.   end
  57.   object Tabs: TTabControl
  58.     Left = 8
  59.     Top = 152
  60.     Width = 313
  61.     Height = 209
  62.     TabOrder = 10
  63.     Tabs.Strings = (
  64.       'Normal'
  65.       'Unread')
  66.     TabIndex = 0
  67.     OnChange = TabsChange
  68.     OnChanging = TabsChanging
  69.   end
  70.   object eName: TEdit
  71.     Left = 8
  72.     Top = 32
  73.     Width = 305
  74.     Height = 21
  75.     TabOrder = 0
  76.   end
  77.   object eHandle: TEdit
  78.     Left = 8
  79.     Top = 80
  80.     Width = 305
  81.     Height = 21
  82.     TabOrder = 1
  83.   end
  84.   object cbText: TComboBox
  85.     Left = 16
  86.     Top = 200
  87.     Width = 193
  88.     Height = 22
  89.     Style = csOwnerDrawFixed
  90.     ItemHeight = 16
  91.     TabOrder = 2
  92.     OnDrawItem = cbTextDrawItem
  93.     Items.Strings = (
  94.       'Black'
  95.       'Maroon'
  96.       'Green'
  97.       'Olive'
  98.       'Navy'
  99.       'Purple'
  100.       'Teal'
  101.       'Grey'
  102.       'Silver'
  103.       'Red'
  104.       'Lime'
  105.       'Yellow'
  106.       'Blue'
  107.       'Fuchsia'
  108.       'Aqua'
  109.       'White'
  110.       'System Default'
  111.       'Custom')
  112.   end
  113.   object cbBkGnd: TComboBox
  114.     Tag = 2
  115.     Left = 16
  116.     Top = 240
  117.     Width = 193
  118.     Height = 22
  119.     Style = csOwnerDrawFixed
  120.     ItemHeight = 16
  121.     TabOrder = 3
  122.     OnDrawItem = cbTextDrawItem
  123.   end
  124.   object bEditTextColor: TButton
  125.     Left = 216
  126.     Top = 198
  127.     Width = 91
  128.     Height = 25
  129.     Caption = 'Edit...'
  130.     TabOrder = 4
  131.     OnClick = bEditTextColorClick
  132.   end
  133.   object bEditBkColor: TButton
  134.     Left = 216
  135.     Top = 240
  136.     Width = 89
  137.     Height = 25
  138.     Caption = 'Edit...'
  139.     TabOrder = 5
  140.     OnClick = bEditTextColorClick
  141.   end
  142.   object cbScript: TComboBox
  143.     Left = 8
  144.     Top = 120
  145.     Width = 305
  146.     Height = 21
  147.     Style = csDropDownList
  148.     ItemHeight = 13
  149.     TabOrder = 6
  150.     Items.Strings = (
  151.       '(Default)'
  152.       'Arabic'
  153.       'Baltic'
  154.       'Central European'
  155.       'Chinese BIG5'
  156.       'Chinese GB-2312'
  157.       'Cyrillic'
  158.       'Greek'
  159.       'Hangul'
  160.       'Hangul (Johab)'
  161.       'Hebrew'
  162.       'Japanese'
  163.       'Mac'
  164.       'OEM/DOS'
  165.       'Symbol'
  166.       'Thai'
  167.       'Turkish'
  168.       'Western')
  169.   end
  170.   object bOK: TButton
  171.     Left = 336
  172.     Top = 32
  173.     Width = 91
  174.     Height = 25
  175.     Caption = '&OK'
  176.     Default = True
  177.     ModalResult = 1
  178.     TabOrder = 8
  179.     OnClick = bOKClick
  180.   end
  181.   object bCancel: TButton
  182.     Left = 336
  183.     Top = 64
  184.     Width = 91
  185.     Height = 25
  186.     Cancel = True
  187.     Caption = 'Cancel'
  188.     ModalResult = 2
  189.     TabOrder = 9
  190.   end
  191.   object gFontStyle: TGroupBox
  192.     Left = 16
  193.     Top = 272
  194.     Width = 297
  195.     Height = 81
  196.     Caption = 'Font Style'
  197.     TabOrder = 7
  198.     object cbBold: TCheckBox
  199.       Left = 16
  200.       Top = 24
  201.       Width = 137
  202.       Height = 17
  203.       Caption = 'Bo&ld'
  204.       TabOrder = 0
  205.     end
  206.     object cbItalic: TCheckBox
  207.       Left = 16
  208.       Top = 48
  209.       Width = 137
  210.       Height = 17
  211.       Caption = '&Italic'
  212.       TabOrder = 1
  213.     end
  214.     object cbUnderline: TCheckBox
  215.       Left = 160
  216.       Top = 24
  217.       Width = 129
  218.       Height = 17
  219.       Caption = 'Un&derlined'
  220.       TabOrder = 2
  221.     end
  222.     object cbStrikeOut: TCheckBox
  223.       Left = 160
  224.       Top = 48
  225.       Width = 129
  226.       Height = 17
  227.       Caption = '&Strikeout'
  228.       TabOrder = 3
  229.     end
  230.   end
  231.   object bHelp: TButton
  232.     Left = 336
  233.     Top = 96
  234.     Width = 89
  235.     Height = 25
  236.     Caption = 'Help'
  237.     TabOrder = 11
  238.     OnClick = bHelpClick
  239.   end
  240.   object dColor: TColorDialog
  241.     Options = [cdAnyColor]
  242.     Left = 344
  243.     Top = 200
  244.   end
  245. end
  246.